Return

Edit Task: ObjectLineColor

Format

SCHED / EditTask '<TaskName>' ObjectLineColor <Color>;

Description

The ObjectLineColor attribute under EditTask sets the color of the object line for this task.

Parameters

ParameterDescription
ColorEither the name of a color (listed in _Default.ap STK file), or four ARGB (Alpha Red Green Blue) values that are bytes (0-255) to represent the color.

Examples

Set the STK object line color to cyan for task T1

SCHED / EditTask 'T1' ObjectLineColor 255 0 255 255